DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View<T> Class
Properties Methods Events


In This Topic
    View<T> Class Members
    In This Topic

    The following tables list the members exposed by View<T>.

    Public Properties
     NameDescription
    Public PropertyGets the total number of elements in the view. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the current item in the view. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets or sets the data binding mode for this view. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the effective value of MaintenanceMode. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the collection of indexes for this view.  
    Public PropertyGets a value indicating whether this view is read-only, not updatable. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the view item (element) at the specified ordinal position.  
    Public PropertyGets or sets a value controlling how the view is synchronized with changes in its base data. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets or sets a value indicating that the first item must be made current after initial loading or reset (on any C1.LiveLinq.SourceChangeType.Reset notification) if current item was not set by other means. The default is True. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets a value indicating whether and how this view preserves item order if it exists in its base data source. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets an instance of C1.LiveLinq.ITransaction associated with the view. If a view has a transaction associated with it, that transaction's scope is opened automatically every time the view is updated, so the programmer does not need to do it manually in code. (Inherited from C1.LiveLinq.LiveViews.View)
    Top
    Public Methods
     NameDescription
    Public MethodReturns an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodUsed for views with anonymous type constructor as the result selector, converts the View to a View<dynamic> so it can be used for data binding and programmatic access. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodOverloaded. Includes an aggregation subquery into the incremental maintenance mechanism of a view and uniquely identifies it among other subqueries of the same view.  
    Public MethodOverloaded. Includes a subquery into the incremental maintenance mechanism of a view.  
    Public MethodConcatenation of two views.  
    Public MethodDetermines whether the view contains a specified item.  
    Public MethodEnters a defer cycle that you can use to make bulk changes to the view sources and delay automatic view maintenance. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodReturns an enumerator that iterates through the view items.  
    Public MethodOverloaded. Groups the elements of a view according to a specified key selector function.  
    Public MethodCorrelates the elements of two views based on equality of keys and groups the results.  
    Public MethodSearches for the specified object among the elements of the view and returns the zero-based ordinal position of its first occurrence.  
    Public MethodCorrelates the elements of two views based on matching keys.  
    Public MethodBrings the view up to date with its source data. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodSorts the elements of a view in ascending order.  
    Public MethodSorts the elements of a view in descending order.  
    Public MethodRemove empty groups from a grouping view. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodRe-populates the view by re-executing the view's query. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodProjects each element of a view into a new form.  
    Public MethodOverloaded. Projects each element of this view to a collection of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein.  
    Public MethodSets the value of the Transaction property. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodReturns a string representing this view.  
    Public MethodSet union of two views.  
    Public MethodFilters the source view based on a predicate.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after an item of the view or the entire view has changed.  
    Top
    See Also